home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineButton2_950 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-02  |  172 b   |  7 lines

  1. on(release){
  2.    _global.game.snd.playEvent("button_click",1);
  3.    _root.onEnterFrame = undefined;
  4.    _root.gotoAndPlay("menuMusic");
  5.    _root.osd.closeIngameMenu();
  6. }
  7.